home *** CD-ROM | disk | FTP | other *** search
- Copyright (c) Sue Cunningham
-
- part1 = sphere stack 10 bend 60 grow 1.5;
- spine = box <1.0 , 1.0 , 1.0> stack 5 grow 0.2 twist 45 , 0.5;
- bit1 = sphere , sphere , sphere, sphere, [ spine ] stack 45 twist 90;
- head = box <0.1 , 0.2, 0.1> fan 21 , 180;
- urchin= ellipse <4, 12, 12> fan 60, 90, 0.1, sphere 7 delete 2;
- spiney=head , bit1, part1;
- spine_fan = spiney fan 10, 70;
- urchin, spine_fan;
- end;
-